home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / windows / utils / scnply11.arj / SP-READ.ME < prev    next >
Text File  |  1993-07-09  |  3KB  |  69 lines

  1.  
  2. Screen Play - Random Screen Archive Manager        Version 1.0
  3.  
  4. Screen play is a simple program that didn't take a lot of time to create,
  5. but replaces some of those ShareWare versions floating around out there.
  6. It is designed to be setup and then requires no additional thought.  PKZip
  7. or ARJ is required to run Screen Play.  Contact PKWare Inc., 9025 N. 
  8. Deerwood Dr., Brown Deer, WI 53223 for additional information.  Contact
  9. Robert K. Jung (ARJ), 2606 Village Road West, Norwood, MA 02062 for 
  10. additional information.
  11.  
  12. Copy SCRNPLAY (Screen Play) to your windows directory for ALL operation.
  13.  
  14. What does it do?  Essentially, Screen Play stores all of your BMP files
  15. used for Wallpaper in an archive file called WALLPLAY.  It also stores all
  16. or your SCR files used for Screen Savers in an archive file called SAVEPLAY.
  17. It logs the file names in two INI files called WALLPLAY.INI and SAVEPLAY.INI.
  18. When Screen Play is run, it randomly selects a file name from the INI file
  19. and then extracts it from the archive file as WALLPLAY.BMP and SAVEPLAY.SCR. 
  20. That's it.  Nothing fancy.
  21.  
  22. But, to get it to work randomly, it must be run before each window's
  23. session.  I use the following simple batch file for starting it.
  24. This file has been included as a sample, just edit the Window's directory
  25. to match your setup.
  26.  
  27. W.BAT
  28.  
  29. @ECHO OFF
  30. C:
  31. CD\WIN31
  32. SCRNPLAY /W /S [/ARJ][/ZIP]
  33. WIN /3
  34.  
  35. Now, to get it to work in Windows, you must setup the WIN.INI and the
  36. SYSTEM.INI files to except the new Wallpaper and Screen Saver files.  To
  37. setup for the Wallpaper file, edit WIN.INI and add (change) the following
  38. line under the [Desktop] section:
  39.  
  40. WallPaper = WALLPLAY.BMP
  41.  
  42. To setup for the Screen Saver file, edit SYSTEM.INI and add (change) the
  43. following line under the [Boot] section:
  44.  
  45. SCRNSAVE.EXE=C:\???????\SAVEPLAY.SCR
  46.  
  47. Note: ?????? represents your windows directory.
  48.  
  49. Both of these can be setup after starting windows by using the CONTROL PANEL,
  50. DESKTOP setup procedure.  Please note that there will only be one Screen
  51. Saver and it will NOT be called SAVEPLAY.  It will display the internal
  52. description that is stored in the file.  Don't let this alarm you, just
  53. select it.
  54.  
  55. If you enjoy this program, GREAT!  Use it!  If you love this program or would
  56. like to see any changes, or just have compassion for a over-worked programmer
  57. please consider a donation to:
  58.  
  59. E S S E N C E   S O F T W A R E           
  60. P.O. BOX 202         
  61. HUDSON, MA 01749
  62.  
  63. Revision History:
  64.  
  65. Ver 1.1   -  Fixed over count by 1 to prevent periodic unarchiving of all
  66.              screen files
  67.  
  68. Ver 1.0   -  Original release
  69.